:root {
  --hell: rgb(255, 255, 255);
  --dunkel: rgb(21, 24, 65);
  --grau: rgb(150,150,150);
 
}

body {
  margin: 0;
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        
    
    
}

header {
  padding-top: 10px;
  padding-bottom: 30px;
}


footer,
nav {
  margin-top: 15px;
  margin-left: 30px;
  font-size: larger ;
  position: sticky;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.teaser {
  width: 100%;
  height: 250px;
}


@media screen and (min-width: 1000px) {
  .teaser {
    height: 450px;
width: 100%;
  }
}

.teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}


footer ul,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li,
nav ul li {
  padding: 5px;
}

.mitte {
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-sizing: border-box;
  /* Das ist dafür, dass die Überschrift nicht hinter dem verschwomennen Bereich ist 
  padding-top: 48px;
  transform: translateY(-48px);*/
 
}
.big {
  display: flex;
  justify-content: center;
  align-items: center;  
  font-size:25px;
  font-weight:bold;      
}
.big_big {
  display: flex;
  justify-content: center;
  align-items: center;  
  font-size:35px;
  font-weight:bold;      
}
.mhp{
  font-size:135px;
}

.bild_L  {
  float: left;
}

.bild_R  {
  float: right;
}
.abstand {
  margin-left:10px;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .big {
    font-size:14px;}
    .big_big {
      font-size:20px;
      justify-content: center;
      align-items: center;  
      
      padding-right: 18px;
      }
      
  }